Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationInfo
- 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
-
#language_code ⇒ String
Corresponds to the JSON property
languageCode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationInfo
constructor
A new instance of GoogleCloudDialogflowV2ConversationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationInfo
Returns a new instance of GoogleCloudDialogflowV2ConversationInfo.
8542 8543 8544 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8542 def initialize(**args) update!(**args) end |
Instance Attribute Details
#language_code ⇒ String
Corresponds to the JSON property languageCode
8540 8541 8542 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8540 def language_code @language_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8547 8548 8549 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8547 def update!(**args) @language_code = args[:language_code] if args.key?(:language_code) end |