| Modifier and Type | Method and Description |
|---|---|
AutomatedAgentConfig |
AutomatedAgentConfig.Builder.build() |
AutomatedAgentConfig |
AutomatedAgentConfig.Builder.buildPartial() |
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.
|
AutomatedAgentConfig |
ConversationProfileOrBuilder.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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(byte[] data) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(ByteBuffer data) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(com.google.protobuf.ByteString data) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(InputStream input) |
static AutomatedAgentConfig |
AutomatedAgentConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AutomatedAgentConfig> |
AutomatedAgentConfig.getParserForType() |
static com.google.protobuf.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 © 2023 Google LLC. All rights reserved.