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: |
display |
Required. Human readable name for this profile. Max length 1024 bytes. |
create |
Output only. Create time of the conversation profile. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Update time of the conversation profile. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
automated |
Configuration for an automated agent to use with this profile. |
human |
Configuration for agent assistance to use with this profile. |
human |
Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access. |
notification |
Configuration for publishing conversation lifecycle events. |
logging |
Configuration for logging conversation lifecycle events. |
new |
Configuration for publishing new message events. Event will be sent in format of |
stt |
Settings for speech transcription. |
language |
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". |
time |
The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York. |
security |
Name of the CX SecuritySettings reference for the agent. Format: |
tts |
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. |