Properties of a ConversationProfile.
Package
@google-cloud/dialogflow!Properties
automatedAgentConfig
automatedAgentConfig?: (google.cloud.dialogflow.v2.IAutomatedAgentConfig|null);
ConversationProfile automatedAgentConfig
Type | Description |
(google.cloud.dialogflow.v2.IAutomatedAgentConfig|null) |
createTime
createTime?: (google.protobuf.ITimestamp|null);
ConversationProfile createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
displayName
displayName?: (string|null);
ConversationProfile displayName
Type | Description |
(string|null) |
humanAgentAssistantConfig
humanAgentAssistantConfig?: (google.cloud.dialogflow.v2.IHumanAgentAssistantConfig|null);
ConversationProfile humanAgentAssistantConfig
Type | Description |
(google.cloud.dialogflow.v2.IHumanAgentAssistantConfig|null) |
humanAgentHandoffConfig
humanAgentHandoffConfig?: (google.cloud.dialogflow.v2.IHumanAgentHandoffConfig|null);
ConversationProfile humanAgentHandoffConfig
Type | Description |
(google.cloud.dialogflow.v2.IHumanAgentHandoffConfig|null) |
languageCode
languageCode?: (string|null);
ConversationProfile languageCode
Type | Description |
(string|null) |
loggingConfig
loggingConfig?: (google.cloud.dialogflow.v2.ILoggingConfig|null);
ConversationProfile loggingConfig
Type | Description |
(google.cloud.dialogflow.v2.ILoggingConfig|null) |
name
name?: (string|null);
ConversationProfile name
Type | Description |
(string|null) |
newMessageEventNotificationConfig
newMessageEventNotificationConfig?: (google.cloud.dialogflow.v2.INotificationConfig|null);
ConversationProfile newMessageEventNotificationConfig
Type | Description |
(google.cloud.dialogflow.v2.INotificationConfig|null) |
notificationConfig
notificationConfig?: (google.cloud.dialogflow.v2.INotificationConfig|null);
ConversationProfile notificationConfig
Type | Description |
(google.cloud.dialogflow.v2.INotificationConfig|null) |
sttConfig
sttConfig?: (google.cloud.dialogflow.v2.ISpeechToTextConfig|null);
ConversationProfile sttConfig
Type | Description |
(google.cloud.dialogflow.v2.ISpeechToTextConfig|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
ConversationProfile updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |