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.
11763 11764 11765 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11763 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CreateMessageRequest>
Corresponds to the JSON property requests
11761 11762 11763 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11761 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11768 11769 11770 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11768 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |