Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
- 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
-
#requests ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CreateMessageRequest>
Corresponds to the JSON property
requests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
constructor
A new instance of GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
Returns a new instance of GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest.
11848 11849 11850 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11848 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CreateMessageRequest>
Corresponds to the JSON property requests
11846 11847 11848 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11846 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11853 11854 11855 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11853 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |