Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_configGoogle::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_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


8713
8714
8715
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8713

def create_time
  @create_time
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


8718
8719
8720
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8718

def display_name
  @display_name
end

#human_agent_assistant_configGoogle::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_configGoogle::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_codeString

Corresponds to the JSON property languageCode

Returns:

  • (String)


8733
8734
8735
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8733

def language_code
  @language_code
end

#logging_configGoogle::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

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


8743
8744
8745
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8743

def name
  @name
end

#new_message_event_notification_configGoogle::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
  @new_message_event_notification_config
end

#new_recognition_result_notification_configGoogle::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_configGoogle::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_settingsString

Corresponds to the JSON property securitySettings

Returns:

  • (String)


8763
8764
8765
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8763

def security_settings
  @security_settings
end

#sip_configGoogle::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_configGoogle::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_zoneString

Corresponds to the JSON property timeZone

Returns:

  • (String)


8778
8779
8780
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8778

def time_zone
  @time_zone
end

#tts_configGoogle::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_timeString

Corresponds to the JSON property updateTime

Returns:

  • (String)


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