Resource: ConversationProfile
Defines the services to connect to incoming Dialogflow conversations.
| JSON representation | 
|---|
| { "name": string, "displayName": string, "createTime": string, "updateTime": string, "automatedAgentConfig": { object ( | 
| Fields | |
|---|---|
| name | 
 The unique identifier of this conversation profile. Format:  | 
| displayName | 
 Required. Human readable name for this profile. Max length 1024 bytes. | 
| createTime | 
 Output only. Create time of the conversation profile. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. Update time of the conversation profile. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| automatedAgentConfig | 
 Configuration for an automated agent to use with this profile. | 
| humanAgentAssistantConfig | 
 Configuration for agent assistance to use with this profile. | 
| humanAgentHandoffConfig | 
 Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access. | 
| notificationConfig | 
 Configuration for publishing conversation lifecycle events. | 
| loggingConfig | 
 Configuration for logging conversation lifecycle events. | 
| newMessageEventNotificationConfig | 
 Configuration for publishing new message events. Event will be sent in format of  | 
| newRecognitionResultNotificationConfig | 
 Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of  | 
| sttConfig | 
 Settings for speech transcription. | 
| languageCode | 
 Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-US languages. This should be a BCP-47 language tag. Example: "en-US". | 
| timeZone | 
 The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York. | 
| securitySettings | 
 Name of the CX SecuritySettings reference for the agent. Format:  | 
| ttsConfig | 
 Configuration for Text-to-Speech synthesization. Used by Phone Gateway to specify synthesization options. If agent defines synthesization options as well, agent settings overrides the option here. | 
| Methods | |
|---|---|
| 
 | Clears a suggestion feature from a conversation profile for the given participant role. | 
| 
 | Creates a conversation profile in the specified project. | 
| 
 | Deletes the specified conversation profile. | 
| 
 | Retrieves the specified conversation profile. | 
| 
 | Returns the list of all conversation profiles in the specified project. | 
| 
 | Updates the specified conversation profile. | 
| 
 | Adds or updates a suggestion feature in a conversation profile. |