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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
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: |
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 |
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. |
Methods |
|
---|---|
|
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. |