GoogleCloudDialogflowV2ConversationProfile class
Defines the services to connect to incoming Dialogflow conversations.
Constructors
- GoogleCloudDialogflowV2ConversationProfile({GoogleCloudDialogflowV2AutomatedAgentConfig? automatedAgentConfig, String? createTime, String? displayName, GoogleCloudDialogflowV2HumanAgentAssistantConfig? humanAgentAssistantConfig, GoogleCloudDialogflowV2HumanAgentHandoffConfig? humanAgentHandoffConfig, String? languageCode, GoogleCloudDialogflowV2LoggingConfig? loggingConfig, String? name, GoogleCloudDialogflowV2NotificationConfig? newMessageEventNotificationConfig, GoogleCloudDialogflowV2NotificationConfig? notificationConfig, String? securitySettings, GoogleCloudDialogflowV2SpeechToTextConfig? sttConfig, String? timeZone, GoogleCloudDialogflowV2SynthesizeSpeechConfig? ttsConfig, String? updateTime})
- GoogleCloudDialogflowV2ConversationProfile.fromJson(Map json_)
Properties
- automatedAgentConfig ↔ GoogleCloudDialogflowV2AutomatedAgentConfig?
-
Configuration for an automated agent to use with this profile.
getter/setter pair
- createTime ↔ String?
-
Create time of the conversation profile.
getter/setter pair
- displayName ↔ String?
-
Human readable name for this profile.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanAgentAssistantConfig ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfig?
-
Configuration for agent assistance to use with this profile.
getter/setter pair
- humanAgentHandoffConfig ↔ GoogleCloudDialogflowV2HumanAgentHandoffConfig?
-
Configuration for connecting to a live agent.
getter/setter pair
- languageCode ↔ String?
-
Language code for the conversation profile.
getter/setter pair
- loggingConfig ↔ GoogleCloudDialogflowV2LoggingConfig?
-
Configuration for logging conversation lifecycle events.
getter/setter pair
- name ↔ String?
-
The unique identifier of this conversation profile.
getter/setter pair
- newMessageEventNotificationConfig ↔ GoogleCloudDialogflowV2NotificationConfig?
-
Configuration for publishing new message events.
getter/setter pair
- notificationConfig ↔ GoogleCloudDialogflowV2NotificationConfig?
-
Configuration for publishing conversation lifecycle events.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securitySettings ↔ String?
-
Name of the CX SecuritySettings reference for the agent.
getter/setter pair
- sttConfig ↔ GoogleCloudDialogflowV2SpeechToTextConfig?
-
Settings for speech transcription.
getter/setter pair
- timeZone ↔ String?
-
The time zone of this conversational profile from the
time zone database, e.g.,
America/New_York, Europe/Paris.
getter/setter pair
- ttsConfig ↔ GoogleCloudDialogflowV2SynthesizeSpeechConfig?
-
Configuration for Text-to-Speech synthesization.
getter/setter pair
- updateTime ↔ String?
-
Update time of the conversation profile.
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