public interface CalculateCoverageRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgent()
public abstract String getAgent() Required. The agent to calculate coverage for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string agent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The agent. |
getAgentBytes()
public abstract ByteString getAgentBytes() Required. The agent to calculate coverage for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string agent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |