public interface CalculateCoverageRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgent()
public abstract String getAgent() Required. The agent to calculate coverage for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
string agent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The agent. |
getAgentBytes()
public abstract ByteString getAgentBytes() Required. The agent to calculate coverage for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
string agent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for agent. |
getType()
public abstract CalculateCoverageRequest.CoverageType getType()Required. The type of coverage requested.
.google.cloud.dialogflow.cx.v3.CalculateCoverageRequest.CoverageType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CalculateCoverageRequest.CoverageType | The type. |
getTypeValue()
public abstract int getTypeValue()Required. The type of coverage requested.
.google.cloud.dialogflow.cx.v3.CalculateCoverageRequest.CoverageType type = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for type. |