public interface CalculateCoverageResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgent()
public abstract String getAgent() The agent to calculate coverage for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string agent = 5 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The agent. |
getAgentBytes()
public abstract ByteString getAgentBytes() The agent to calculate coverage for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string agent = 5 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agent. |
getCoverageTypeCase()
public abstract CalculateCoverageResponse.CoverageTypeCase getCoverageTypeCase()| Returns | |
|---|---|
| Type | Description |
CalculateCoverageResponse.CoverageTypeCase |
|
getIntentCoverage()
public abstract IntentCoverage getIntentCoverage()Intent coverage.
.google.cloud.dialogflow.cx.v3.IntentCoverage intent_coverage = 2;
| Returns | |
|---|---|
| Type | Description |
IntentCoverage |
The intentCoverage. |
getIntentCoverageOrBuilder()
public abstract IntentCoverageOrBuilder getIntentCoverageOrBuilder()Intent coverage.
.google.cloud.dialogflow.cx.v3.IntentCoverage intent_coverage = 2;
| Returns | |
|---|---|
| Type | Description |
IntentCoverageOrBuilder |
|
getRouteGroupCoverage()
public abstract TransitionRouteGroupCoverage getRouteGroupCoverage()Transition route group coverage.
.google.cloud.dialogflow.cx.v3.TransitionRouteGroupCoverage route_group_coverage = 6;
| Returns | |
|---|---|
| Type | Description |
TransitionRouteGroupCoverage |
The routeGroupCoverage. |
getRouteGroupCoverageOrBuilder()
public abstract TransitionRouteGroupCoverageOrBuilder getRouteGroupCoverageOrBuilder()Transition route group coverage.
.google.cloud.dialogflow.cx.v3.TransitionRouteGroupCoverage route_group_coverage = 6;
| Returns | |
|---|---|
| Type | Description |
TransitionRouteGroupCoverageOrBuilder |
|
getTransitionCoverage()
public abstract TransitionCoverage getTransitionCoverage()Transition (excluding transition route groups) coverage.
.google.cloud.dialogflow.cx.v3.TransitionCoverage transition_coverage = 4;
| Returns | |
|---|---|
| Type | Description |
TransitionCoverage |
The transitionCoverage. |
getTransitionCoverageOrBuilder()
public abstract TransitionCoverageOrBuilder getTransitionCoverageOrBuilder()Transition (excluding transition route groups) coverage.
.google.cloud.dialogflow.cx.v3.TransitionCoverage transition_coverage = 4;
| Returns | |
|---|---|
| Type | Description |
TransitionCoverageOrBuilder |
|
hasIntentCoverage()
public abstract boolean hasIntentCoverage()Intent coverage.
.google.cloud.dialogflow.cx.v3.IntentCoverage intent_coverage = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the intentCoverage field is set. |
hasRouteGroupCoverage()
public abstract boolean hasRouteGroupCoverage()Transition route group coverage.
.google.cloud.dialogflow.cx.v3.TransitionRouteGroupCoverage route_group_coverage = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the routeGroupCoverage field is set. |
hasTransitionCoverage()
public abstract boolean hasTransitionCoverage()Transition (excluding transition route groups) coverage.
.google.cloud.dialogflow.cx.v3.TransitionCoverage transition_coverage = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the transitionCoverage field is set. |