Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#messages ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message>
Corresponds to the JSON property
messages.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation
constructor
A new instance of GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation
Returns a new instance of GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation.
13726 13727 13728 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13726 def initialize(**args) update!(**args) end |
Instance Attribute Details
#messages ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message>
Corresponds to the JSON property messages
13724 13725 13726 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13724 def @messages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13731 13732 13733 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13731 def update!(**args) @messages = args[:messages] if args.key?(:messages) end |