Package com.google.cloud.dialogflow.v2
Interface SuggestionInputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestionInput
,SuggestionInput.Builder
public interface SuggestionInputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAnswerRecord()
Required.com.google.protobuf.ByteString
getAnswerRecordBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnswerRecord
String getAnswerRecord()
Required. The ID of a suggestion selected by the human agent. The suggestion(s) were generated in a previous call to request Dialogflow assist. The format is: `projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>` where <Answer Record ID> is an alphanumeric string.
string answer_record = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The answerRecord.
-
getAnswerRecordBytes
com.google.protobuf.ByteString getAnswerRecordBytes()
Required. The ID of a suggestion selected by the human agent. The suggestion(s) were generated in a previous call to request Dialogflow assist. The format is: `projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>` where <Answer Record ID> is an alphanumeric string.
string answer_record = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for answerRecord.
-
-