Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
AutomatedAgentConfig |
AutomatedAgentConfig.Builder.build() |
AutomatedAgentConfig |
AutomatedAgentConfig.Builder.buildPartial() |
AutomatedAgentConfig |
ConversationProfileOrBuilder.getAutomatedAgentConfig()
Configuration for an automated agent to use with this profile.
|
AutomatedAgentConfig |
ConversationProfile.getAutomatedAgentConfig()
Configuration for an automated agent to use with this profile.
|
AutomatedAgentConfig |
ConversationProfile.Builder.getAutomatedAgentConfig()
Configuration for an automated agent to use with this profile.
|
static AutomatedAgentConfig |
AutomatedAgentConfig.getDefaultInstance() |
AutomatedAgentConfig |
AutomatedAgentConfig.getDefaultInstanceForType() |
AutomatedAgentConfig |
AutomatedAgentConfig.Builder.getDefaultInstanceForType() |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseDelimitedFrom(InputStream input) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(byte[] data) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(ByteBuffer data) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(ByteString data) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(CodedInputStream input) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(InputStream input) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<AutomatedAgentConfig> |
AutomatedAgentConfig.getParserForType() |
static Parser<AutomatedAgentConfig> |
AutomatedAgentConfig.parser() |
Modifier and Type | Method and Description |
---|---|
ConversationProfile.Builder |
ConversationProfile.Builder.mergeAutomatedAgentConfig(AutomatedAgentConfig value)
Configuration for an automated agent to use with this profile.
|
AutomatedAgentConfig.Builder |
AutomatedAgentConfig.Builder.mergeFrom(AutomatedAgentConfig other) |
static AutomatedAgentConfig.Builder |
AutomatedAgentConfig.newBuilder(AutomatedAgentConfig prototype) |
ConversationProfile.Builder |
ConversationProfile.Builder.setAutomatedAgentConfig(AutomatedAgentConfig value)
Configuration for an automated agent to use with this profile.
|
Copyright © 2022 Google LLC. All rights reserved.