Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#automated_agent_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AutomatedAgentConfig
Corresponds to the JSON property
automatedAgentConfig. -
#create_time ⇒ String
Corresponds to the JSON property
createTime. -
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#human_agent_assistant_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfig
Corresponds to the JSON property
humanAgentAssistantConfig. -
#human_agent_handoff_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfig
Corresponds to the JSON property
humanAgentHandoffConfig. -
#language_code ⇒ String
Corresponds to the JSON property
languageCode. -
#logging_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2LoggingConfig
Corresponds to the JSON property
loggingConfig. -
#name ⇒ String
Corresponds to the JSON property
name. -
#new_message_event_notification_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig
Corresponds to the JSON property
newMessageEventNotificationConfig. -
#new_recognition_result_notification_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig
Corresponds to the JSON property
newRecognitionResultNotificationConfig. -
#notification_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig
Corresponds to the JSON property
notificationConfig. -
#security_settings ⇒ String
Corresponds to the JSON property
securitySettings. -
#sip_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SipConfig
Corresponds to the JSON property
sipConfig. -
#stt_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig
Corresponds to the JSON property
sttConfig. -
#time_zone ⇒ String
Corresponds to the JSON property
timeZone. -
#tts_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SynthesizeSpeechConfig
Corresponds to the JSON property
ttsConfig. -
#update_time ⇒ String
Corresponds to the JSON property
updateTime.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationProfile
constructor
A new instance of GoogleCloudDialogflowV2ConversationProfile.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationProfile
Returns a new instance of GoogleCloudDialogflowV2ConversationProfile.
8790 8791 8792 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8790 def initialize(**args) update!(**args) end |
Instance Attribute Details
#automated_agent_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AutomatedAgentConfig
Corresponds to the JSON property automatedAgentConfig
8708 8709 8710 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8708 def automated_agent_config @automated_agent_config end |
#create_time ⇒ String
Corresponds to the JSON property createTime
8713 8714 8715 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8713 def create_time @create_time end |
#display_name ⇒ String
Corresponds to the JSON property displayName
8718 8719 8720 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8718 def display_name @display_name end |
#human_agent_assistant_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfig
Corresponds to the JSON property humanAgentAssistantConfig
8723 8724 8725 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8723 def human_agent_assistant_config @human_agent_assistant_config end |
#human_agent_handoff_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfig
Corresponds to the JSON property humanAgentHandoffConfig
8728 8729 8730 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8728 def human_agent_handoff_config @human_agent_handoff_config end |
#language_code ⇒ String
Corresponds to the JSON property languageCode
8733 8734 8735 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8733 def language_code @language_code end |
#logging_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2LoggingConfig
Corresponds to the JSON property loggingConfig
8738 8739 8740 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8738 def logging_config @logging_config end |
#name ⇒ String
Corresponds to the JSON property name
8743 8744 8745 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8743 def name @name end |
#new_message_event_notification_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig
Corresponds to the JSON property newMessageEventNotificationConfig
8748 8749 8750 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8748 def @new_message_event_notification_config end |
#new_recognition_result_notification_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig
Corresponds to the JSON property newRecognitionResultNotificationConfig
8753 8754 8755 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8753 def new_recognition_result_notification_config @new_recognition_result_notification_config end |
#notification_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig
Corresponds to the JSON property notificationConfig
8758 8759 8760 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8758 def notification_config @notification_config end |
#security_settings ⇒ String
Corresponds to the JSON property securitySettings
8763 8764 8765 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8763 def security_settings @security_settings end |
#sip_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SipConfig
Corresponds to the JSON property sipConfig
8768 8769 8770 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8768 def sip_config @sip_config end |
#stt_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig
Corresponds to the JSON property sttConfig
8773 8774 8775 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8773 def stt_config @stt_config end |
#time_zone ⇒ String
Corresponds to the JSON property timeZone
8778 8779 8780 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8778 def time_zone @time_zone end |
#tts_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SynthesizeSpeechConfig
Corresponds to the JSON property ttsConfig
8783 8784 8785 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8783 def tts_config @tts_config end |
#update_time ⇒ String
Corresponds to the JSON property updateTime
8788 8789 8790 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8788 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8795 def update!(**args) @automated_agent_config = args[:automated_agent_config] if args.key?(:automated_agent_config) @create_time = args[:create_time] if args.key?(:create_time) @display_name = args[:display_name] if args.key?(:display_name) @human_agent_assistant_config = args[:human_agent_assistant_config] if args.key?(:human_agent_assistant_config) @human_agent_handoff_config = args[:human_agent_handoff_config] if args.key?(:human_agent_handoff_config) @language_code = args[:language_code] if args.key?(:language_code) @logging_config = args[:logging_config] if args.key?(:logging_config) @name = args[:name] if args.key?(:name) @new_message_event_notification_config = args[:new_message_event_notification_config] if args.key?(:new_message_event_notification_config) @new_recognition_result_notification_config = args[:new_recognition_result_notification_config] if args.key?(:new_recognition_result_notification_config) @notification_config = args[:notification_config] if args.key?(:notification_config) @security_settings = args[:security_settings] if args.key?(:security_settings) @sip_config = args[:sip_config] if args.key?(:sip_config) @stt_config = args[:stt_config] if args.key?(:stt_config) @time_zone = args[:time_zone] if args.key?(:time_zone) @tts_config = args[:tts_config] if args.key?(:tts_config) @update_time = args[:update_time] if args.key?(:update_time) end |