Class Google::Cloud::Dialogflow::V2::ConversationProfile (v0.13.0)

Defines the services to connect to incoming Dialogflow conversations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#automated_agent_config

def automated_agent_config() -> ::Google::Cloud::Dialogflow::V2::AutomatedAgentConfig
Returns

#automated_agent_config=

def automated_agent_config=(value) -> ::Google::Cloud::Dialogflow::V2::AutomatedAgentConfig
Parameter
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. Human readable name for this profile. Max length 1024 bytes.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. Human readable name for this profile. Max length 1024 bytes.
Returns
  • (::String) — Required. Human readable name for this profile. Max length 1024 bytes.

#human_agent_assistant_config

def human_agent_assistant_config() -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig
Returns

#human_agent_assistant_config=

def human_agent_assistant_config=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig
Parameter
Returns

#human_agent_handoff_config

def human_agent_handoff_config() -> ::Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig
Returns

#human_agent_handoff_config=

def human_agent_handoff_config=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentHandoffConfig
Parameter
Returns

#language_code

def language_code() -> ::String
Returns
  • (::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".

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::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".
Returns
  • (::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".

#logging_config

def logging_config() -> ::Google::Cloud::Dialogflow::V2::LoggingConfig
Returns

#logging_config=

def logging_config=(value) -> ::Google::Cloud::Dialogflow::V2::LoggingConfig
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — The unique identifier of this conversation profile. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The unique identifier of this conversation profile. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.
Returns
  • (::String) — The unique identifier of this conversation profile. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

#new_message_event_notification_config

def new_message_event_notification_config() -> ::Google::Cloud::Dialogflow::V2::NotificationConfig
Returns

#new_message_event_notification_config=

def new_message_event_notification_config=(value) -> ::Google::Cloud::Dialogflow::V2::NotificationConfig
Parameter
Returns

#notification_config

def notification_config() -> ::Google::Cloud::Dialogflow::V2::NotificationConfig
Returns

#notification_config=

def notification_config=(value) -> ::Google::Cloud::Dialogflow::V2::NotificationConfig
Parameter
Returns

#security_settings

def security_settings() -> ::String
Returns
  • (::String) — Name of the CX SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.

#security_settings=

def security_settings=(value) -> ::String
Parameter
  • value (::String) — Name of the CX SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
Returns
  • (::String) — Name of the CX SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.

#stt_config

def stt_config() -> ::Google::Cloud::Dialogflow::V2::SpeechToTextConfig
Returns

#stt_config=

def stt_config=(value) -> ::Google::Cloud::Dialogflow::V2::SpeechToTextConfig
Parameter
Returns

#time_zone

def time_zone() -> ::String
Returns
  • (::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.

#time_zone=

def time_zone=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns