GoogleCloudDialogflowV2ConversationProfile class

Constructors

GoogleCloudDialogflowV2ConversationProfile({GoogleCloudDialogflowV2AutomatedAgentConfig? automatedAgentConfig, String? createTime, String? displayName, GoogleCloudDialogflowV2HumanAgentAssistantConfig? humanAgentAssistantConfig, GoogleCloudDialogflowV2HumanAgentHandoffConfig? humanAgentHandoffConfig, String? languageCode, GoogleCloudDialogflowV2LoggingConfig? loggingConfig, String? name, GoogleCloudDialogflowV2NotificationConfig? newMessageEventNotificationConfig, GoogleCloudDialogflowV2NotificationConfig? newRecognitionResultNotificationConfig, GoogleCloudDialogflowV2NotificationConfig? notificationConfig, String? securitySettings, GoogleCloudDialogflowV2SpeechToTextConfig? sttConfig, String? timeZone, GoogleCloudDialogflowV2SynthesizeSpeechConfig? ttsConfig, String? updateTime})
GoogleCloudDialogflowV2ConversationProfile.fromJson(Map json_)

Properties

automatedAgentConfig GoogleCloudDialogflowV2AutomatedAgentConfig?
getter/setter pair
createTime String?
getter/setter pair
displayName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
humanAgentAssistantConfig GoogleCloudDialogflowV2HumanAgentAssistantConfig?
getter/setter pair
humanAgentHandoffConfig GoogleCloudDialogflowV2HumanAgentHandoffConfig?
getter/setter pair
languageCode String?
getter/setter pair
loggingConfig GoogleCloudDialogflowV2LoggingConfig?
getter/setter pair
name String?
getter/setter pair
newMessageEventNotificationConfig GoogleCloudDialogflowV2NotificationConfig?
getter/setter pair
newRecognitionResultNotificationConfig GoogleCloudDialogflowV2NotificationConfig?
getter/setter pair
notificationConfig GoogleCloudDialogflowV2NotificationConfig?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securitySettings String?
getter/setter pair
sttConfig GoogleCloudDialogflowV2SpeechToTextConfig?
getter/setter pair
timeZone String?
getter/setter pair
ttsConfig GoogleCloudDialogflowV2SynthesizeSpeechConfig?
getter/setter pair
updateTime String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited