| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
NotificationConfig.Builder.build() |
NotificationConfig |
NotificationConfig.Builder.buildPartial() |
static NotificationConfig |
NotificationConfig.getDefaultInstance() |
NotificationConfig |
NotificationConfig.getDefaultInstanceForType() |
NotificationConfig |
NotificationConfig.Builder.getDefaultInstanceForType() |
NotificationConfig |
ConversationProfile.getNewMessageEventNotificationConfig()
Configuration for publishing new message events.
|
NotificationConfig |
ConversationProfile.Builder.getNewMessageEventNotificationConfig()
Configuration for publishing new message events.
|
NotificationConfig |
ConversationProfileOrBuilder.getNewMessageEventNotificationConfig()
Configuration for publishing new message events.
|
NotificationConfig |
HumanAgentAssistantConfigOrBuilder.getNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
|
NotificationConfig |
ConversationProfile.getNotificationConfig()
Configuration for publishing conversation lifecycle events.
|
NotificationConfig |
ConversationProfile.Builder.getNotificationConfig()
Configuration for publishing conversation lifecycle events.
|
NotificationConfig |
HumanAgentAssistantConfig.getNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
|
NotificationConfig |
HumanAgentAssistantConfig.Builder.getNotificationConfig()
Pub/Sub topic on which to publish new agent assistant events.
|
NotificationConfig |
ConversationProfileOrBuilder.getNotificationConfig()
Configuration for publishing conversation lifecycle events.
|
static NotificationConfig |
NotificationConfig.parseDelimitedFrom(InputStream input) |
static NotificationConfig |
NotificationConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(byte[] data) |
static NotificationConfig |
NotificationConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteBuffer data) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(com.google.protobuf.ByteString data) |
static NotificationConfig |
NotificationConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static NotificationConfig |
NotificationConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(InputStream input) |
static NotificationConfig |
NotificationConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<NotificationConfig> |
NotificationConfig.getParserForType() |
static com.google.protobuf.Parser<NotificationConfig> |
NotificationConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(NotificationConfig other) |
ConversationProfile.Builder |
ConversationProfile.Builder.mergeNewMessageEventNotificationConfig(NotificationConfig value)
Configuration for publishing new message events.
|
ConversationProfile.Builder |
ConversationProfile.Builder.mergeNotificationConfig(NotificationConfig value)
Configuration for publishing conversation lifecycle events.
|
HumanAgentAssistantConfig.Builder |
HumanAgentAssistantConfig.Builder.mergeNotificationConfig(NotificationConfig value)
Pub/Sub topic on which to publish new agent assistant events.
|
static NotificationConfig.Builder |
NotificationConfig.newBuilder(NotificationConfig prototype) |
ConversationProfile.Builder |
ConversationProfile.Builder.setNewMessageEventNotificationConfig(NotificationConfig value)
Configuration for publishing new message events.
|
ConversationProfile.Builder |
ConversationProfile.Builder.setNotificationConfig(NotificationConfig value)
Configuration for publishing conversation lifecycle events.
|
HumanAgentAssistantConfig.Builder |
HumanAgentAssistantConfig.Builder.setNotificationConfig(NotificationConfig value)
Pub/Sub topic on which to publish new agent assistant events.
|
Copyright © 2023 Google LLC. All rights reserved.