Google Cloud Dialogflow V2 Client - Class ConversationProfile (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ConversationProfile.

Defines the services to connect to incoming Dialogflow conversations.

Generated from protobuf message google.cloud.dialogflow.v2.ConversationProfile

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The unique identifier of this conversation profile. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

↳ display_name string

Required. Human readable name for this profile. Max length 1024 bytes.

↳ create_time Google\Protobuf\Timestamp

Output only. Create time of the conversation profile.

↳ update_time Google\Protobuf\Timestamp

Output only. Update time of the conversation profile.

↳ automated_agent_config Google\Cloud\Dialogflow\V2\AutomatedAgentConfig

Configuration for an automated agent to use with this profile.

↳ human_agent_assistant_config Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig

Configuration for agent assistance to use with this profile.

↳ human_agent_handoff_config Google\Cloud\Dialogflow\V2\HumanAgentHandoffConfig

Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.

↳ notification_config Google\Cloud\Dialogflow\V2\NotificationConfig

Configuration for publishing conversation lifecycle events.

↳ logging_config Google\Cloud\Dialogflow\V2\LoggingConfig

Configuration for logging conversation lifecycle events.

↳ new_message_event_notification_config Google\Cloud\Dialogflow\V2\NotificationConfig

Configuration for publishing new message events. Event will be sent in format of ConversationEvent

↳ stt_config Google\Cloud\Dialogflow\V2\SpeechToTextConfig

Settings for speech transcription.

↳ language_code string

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_zone string

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_settings string

Name of the CX SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.

↳ tts_config Google\Cloud\Dialogflow\V2\SynthesizeSpeechConfig

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.

getName

The unique identifier of this conversation profile.

Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Returns
TypeDescription
string

setName

The unique identifier of this conversation profile.

Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

Required. Human readable name for this profile. Max length 1024 bytes.

Returns
TypeDescription
string

setDisplayName

Required. Human readable name for this profile. Max length 1024 bytes.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. Create time of the conversation profile.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Create time of the conversation profile.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. Update time of the conversation profile.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Update time of the conversation profile.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getAutomatedAgentConfig

Configuration for an automated agent to use with this profile.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\AutomatedAgentConfig|null

hasAutomatedAgentConfig

clearAutomatedAgentConfig

setAutomatedAgentConfig

Configuration for an automated agent to use with this profile.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\AutomatedAgentConfig
Returns
TypeDescription
$this

getHumanAgentAssistantConfig

Configuration for agent assistance to use with this profile.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig|null

hasHumanAgentAssistantConfig

clearHumanAgentAssistantConfig

setHumanAgentAssistantConfig

Configuration for agent assistance to use with this profile.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig
Returns
TypeDescription
$this

getHumanAgentHandoffConfig

Configuration for connecting to a live agent.

Currently, this feature is not general available, please contact Google to get access.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\HumanAgentHandoffConfig|null

hasHumanAgentHandoffConfig

clearHumanAgentHandoffConfig

setHumanAgentHandoffConfig

Configuration for connecting to a live agent.

Currently, this feature is not general available, please contact Google to get access.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\HumanAgentHandoffConfig
Returns
TypeDescription
$this

getNotificationConfig

Configuration for publishing conversation lifecycle events.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\NotificationConfig|null

hasNotificationConfig

clearNotificationConfig

setNotificationConfig

Configuration for publishing conversation lifecycle events.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\NotificationConfig
Returns
TypeDescription
$this

getLoggingConfig

Configuration for logging conversation lifecycle events.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\LoggingConfig|null

hasLoggingConfig

clearLoggingConfig

setLoggingConfig

Configuration for logging conversation lifecycle events.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\LoggingConfig
Returns
TypeDescription
$this

getNewMessageEventNotificationConfig

Configuration for publishing new message events. Event will be sent in format of ConversationEvent

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\NotificationConfig|null

hasNewMessageEventNotificationConfig

clearNewMessageEventNotificationConfig

setNewMessageEventNotificationConfig

Configuration for publishing new message events. Event will be sent in format of ConversationEvent

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\NotificationConfig
Returns
TypeDescription
$this

getSttConfig

Settings for speech transcription.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\SpeechToTextConfig|null

hasSttConfig

clearSttConfig

setSttConfig

Settings for speech transcription.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\SpeechToTextConfig
Returns
TypeDescription
$this

getLanguageCode

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".

Returns
TypeDescription
string

setLanguageCode

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".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTimeZone

The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.

Returns
TypeDescription
string

setTimeZone

The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSecuritySettings

Name of the CX SecuritySettings reference for the agent.

Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.

Returns
TypeDescription
string

setSecuritySettings

Name of the CX SecuritySettings reference for the agent.

Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTtsConfig

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.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\SynthesizeSpeechConfig|null

hasTtsConfig

clearTtsConfig

setTtsConfig

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.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\SynthesizeSpeechConfig
Returns
TypeDescription
$this