Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
AutomatedAgentReply |
AutomatedAgentReply.Builder.build() |
AutomatedAgentReply |
AutomatedAgentReply.Builder.buildPartial() |
AutomatedAgentReply |
AnalyzeContentResponseOrBuilder.getAutomatedAgentReply()
Only set if a Dialogflow automated agent has responded.
|
AutomatedAgentReply |
AnalyzeContentResponse.getAutomatedAgentReply()
Only set if a Dialogflow automated agent has responded.
|
AutomatedAgentReply |
AnalyzeContentResponse.Builder.getAutomatedAgentReply()
Only set if a Dialogflow automated agent has responded.
|
static AutomatedAgentReply |
AutomatedAgentReply.getDefaultInstance() |
AutomatedAgentReply |
AutomatedAgentReply.getDefaultInstanceForType() |
AutomatedAgentReply |
AutomatedAgentReply.Builder.getDefaultInstanceForType() |
static AutomatedAgentReply |
AutomatedAgentReply.parseDelimitedFrom(InputStream input) |
static AutomatedAgentReply |
AutomatedAgentReply.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(byte[] data) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(ByteBuffer data) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(ByteString data) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(CodedInputStream input) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(InputStream input) |
static AutomatedAgentReply |
AutomatedAgentReply.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<AutomatedAgentReply> |
AutomatedAgentReply.getParserForType() |
static Parser<AutomatedAgentReply> |
AutomatedAgentReply.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeContentResponse.Builder |
AnalyzeContentResponse.Builder.mergeAutomatedAgentReply(AutomatedAgentReply value)
Only set if a Dialogflow automated agent has responded.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.mergeFrom(AutomatedAgentReply other) |
static AutomatedAgentReply.Builder |
AutomatedAgentReply.newBuilder(AutomatedAgentReply prototype) |
AnalyzeContentResponse.Builder |
AnalyzeContentResponse.Builder.setAutomatedAgentReply(AutomatedAgentReply value)
Only set if a Dialogflow automated agent has responded.
|
Copyright © 2022 Google LLC. All rights reserved.