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.
13855 13856 13857 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13855 def initialize(**args) update!(**args) end |
Instance Attribute Details
#messages ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message>
Corresponds to the JSON property messages
13853 13854 13855 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13853 def @messages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13860 13861 13862 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13860 def update!(**args) @messages = args[:messages] if args.key?(:messages) end |