Uses of Class
com.google.cloud.dialogflow.v2.SmartReplyAnswer
-
Packages that use SmartReplyAnswer Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SmartReplyAnswer in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SmartReplyAnswer Modifier and Type Method Description SmartReplyAnswer
SmartReplyAnswer.Builder. build()
SmartReplyAnswer
SmartReplyAnswer.Builder. buildPartial()
static SmartReplyAnswer
SmartReplyAnswer. getDefaultInstance()
SmartReplyAnswer
SmartReplyAnswer.Builder. getDefaultInstanceForType()
SmartReplyAnswer
SmartReplyAnswer. getDefaultInstanceForType()
SmartReplyAnswer
SuggestSmartRepliesResponse.Builder. getSmartReplyAnswers(int index)
Output only.SmartReplyAnswer
SuggestSmartRepliesResponse. getSmartReplyAnswers(int index)
Output only.SmartReplyAnswer
SuggestSmartRepliesResponseOrBuilder. getSmartReplyAnswers(int index)
Output only.static SmartReplyAnswer
SmartReplyAnswer. parseDelimitedFrom(InputStream input)
static SmartReplyAnswer
SmartReplyAnswer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(byte[] data)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(com.google.protobuf.ByteString data)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(com.google.protobuf.CodedInputStream input)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(InputStream input)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(ByteBuffer data)
static SmartReplyAnswer
SmartReplyAnswer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type SmartReplyAnswer Modifier and Type Method Description com.google.protobuf.Parser<SmartReplyAnswer>
SmartReplyAnswer. getParserForType()
List<SmartReplyAnswer>
SuggestSmartRepliesResponse.Builder. getSmartReplyAnswersList()
Output only.List<SmartReplyAnswer>
SuggestSmartRepliesResponse. getSmartReplyAnswersList()
Output only.List<SmartReplyAnswer>
SuggestSmartRepliesResponseOrBuilder. getSmartReplyAnswersList()
Output only.static com.google.protobuf.Parser<SmartReplyAnswer>
SmartReplyAnswer. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type SmartReplyAnswer Modifier and Type Method Description SuggestSmartRepliesResponse.Builder
SuggestSmartRepliesResponse.Builder. addSmartReplyAnswers(int index, SmartReplyAnswer value)
Output only.SuggestSmartRepliesResponse.Builder
SuggestSmartRepliesResponse.Builder. addSmartReplyAnswers(SmartReplyAnswer value)
Output only.SmartReplyAnswer.Builder
SmartReplyAnswer.Builder. mergeFrom(SmartReplyAnswer other)
static SmartReplyAnswer.Builder
SmartReplyAnswer. newBuilder(SmartReplyAnswer prototype)
SuggestSmartRepliesResponse.Builder
SuggestSmartRepliesResponse.Builder. setSmartReplyAnswers(int index, SmartReplyAnswer value)
Output only.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type SmartReplyAnswer Modifier and Type Method Description SuggestSmartRepliesResponse.Builder
SuggestSmartRepliesResponse.Builder. addAllSmartReplyAnswers(Iterable<? extends SmartReplyAnswer> values)
Output only.
-