public interface CalculateCoverageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgent()
Required.
|
com.google.protobuf.ByteString |
getAgentBytes()
Required.
|
CalculateCoverageRequest.CoverageType |
getType()
Required.
|
int |
getTypeValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
int getTypeValue()
Required. The type of coverage requested.
.google.cloud.dialogflow.cx.v3.CalculateCoverageRequest.CoverageType type = 2 [(.google.api.field_behavior) = REQUIRED];
CalculateCoverageRequest.CoverageType getType()
Required. The type of coverage requested.
.google.cloud.dialogflow.cx.v3.CalculateCoverageRequest.CoverageType type = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.