| Modifier and Type | Method and Description |
|---|---|
NotificationConfig.Builder |
NotificationConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.clear() |
NotificationConfig.Builder |
NotificationConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
NotificationConfig.Builder |
NotificationConfig.Builder.clearMessageFormat()
Format of message.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NotificationConfig.Builder |
NotificationConfig.Builder.clearTopic()
Name of the Pub/Sub topic to publish conversation
events like
[CONVERSATION_STARTED][google.cloud.dialogflow.v2beta1.ConversationEvent.Type.CONVERSATION_STARTED]
as serialized
[ConversationEvent][google.cloud.dialogflow.v2beta1.ConversationEvent]
protos.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clone() |
NotificationConfig.Builder |
ConversationProfile.Builder.getNewMessageEventNotificationConfigBuilder()
Configuration for publishing new message events.
|
NotificationConfig.Builder |
ConversationProfile.Builder.getNotificationConfigBuilder()
Configuration for publishing conversation lifecycle events.
|
NotificationConfig.Builder |
HumanAgentAssistantConfig.Builder.getNotificationConfigBuilder()
Pub/Sub topic on which to publish new agent assistant events.
|
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(NotificationConfig other) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static NotificationConfig.Builder |
NotificationConfig.newBuilder() |
static NotificationConfig.Builder |
NotificationConfig.newBuilder(NotificationConfig prototype) |
NotificationConfig.Builder |
NotificationConfig.newBuilderForType() |
protected NotificationConfig.Builder |
NotificationConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
NotificationConfig.Builder |
NotificationConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.setMessageFormat(NotificationConfig.MessageFormat value)
Format of message.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setMessageFormatValue(int value)
Format of message.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.setTopic(String value)
Name of the Pub/Sub topic to publish conversation
events like
[CONVERSATION_STARTED][google.cloud.dialogflow.v2beta1.ConversationEvent.Type.CONVERSATION_STARTED]
as serialized
[ConversationEvent][google.cloud.dialogflow.v2beta1.ConversationEvent]
protos.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setTopicBytes(com.google.protobuf.ByteString value)
Name of the Pub/Sub topic to publish conversation
events like
[CONVERSATION_STARTED][google.cloud.dialogflow.v2beta1.ConversationEvent.Type.CONVERSATION_STARTED]
as serialized
[ConversationEvent][google.cloud.dialogflow.v2beta1.ConversationEvent]
protos.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NotificationConfig.Builder |
NotificationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ConversationProfile.Builder |
ConversationProfile.Builder.setNewMessageEventNotificationConfig(NotificationConfig.Builder builderForValue)
Configuration for publishing new message events.
|
ConversationProfile.Builder |
ConversationProfile.Builder.setNotificationConfig(NotificationConfig.Builder builderForValue)
Configuration for publishing conversation lifecycle events.
|
HumanAgentAssistantConfig.Builder |
HumanAgentAssistantConfig.Builder.setNotificationConfig(NotificationConfig.Builder builderForValue)
Pub/Sub topic on which to publish new agent assistant events.
|
Copyright © 2023 Google LLC. All rights reserved.