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