Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
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 |
ConversationProfileOrBuilder.getNewMessageEventNotificationConfig()
Configuration for publishing new message events.
|
NotificationConfig |
ConversationProfile.getNewMessageEventNotificationConfig()
Configuration for publishing new message events.
|
NotificationConfig |
ConversationProfile.Builder.getNewMessageEventNotificationConfig()
Configuration for publishing new message events.
|
NotificationConfig |
ConversationProfileOrBuilder.getNotificationConfig()
Configuration for publishing conversation lifecycle 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.
|
static NotificationConfig |
NotificationConfig.parseDelimitedFrom(InputStream input) |
static NotificationConfig |
NotificationConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(byte[] data) |
static NotificationConfig |
NotificationConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteBuffer data) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteString data) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(CodedInputStream input) |
static NotificationConfig |
NotificationConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(InputStream input) |
static NotificationConfig |
NotificationConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<NotificationConfig> |
NotificationConfig.getParserForType() |
static 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 © 2022 Google LLC. All rights reserved.