Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnalyzeContentRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnalyzeContentRequest
- 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
-
#assist_query_params ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters
Corresponds to the JSON property
assistQueryParams. -
#audio_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AudioInput
Corresponds to the JSON property
audioInput. -
#cx_current_page ⇒ String
Corresponds to the JSON property
cxCurrentPage. -
#cx_parameters ⇒ Hash<String,Object>
Corresponds to the JSON property
cxParameters. -
#event_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput
Corresponds to the JSON property
eventInput. -
#intent_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentInput
Corresponds to the JSON property
intentInput. -
#message_send_time ⇒ String
Corresponds to the JSON property
messageSendTime. -
#query_params ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1QueryParameters
Corresponds to the JSON property
queryParams. -
#reply_audio_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig
Corresponds to the JSON property
replyAudioConfig. -
#request_id ⇒ String
Corresponds to the JSON property
requestId. -
#suggestion_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionInput
Corresponds to the JSON property
suggestionInput. -
#text_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput
Corresponds to the JSON property
textInput.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AnalyzeContentRequest
constructor
A new instance of GoogleCloudDialogflowV2beta1AnalyzeContentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AnalyzeContentRequest
Returns a new instance of GoogleCloudDialogflowV2beta1AnalyzeContentRequest.
11369 11370 11371 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assist_query_params ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters
Corresponds to the JSON property assistQueryParams
11312 11313 11314 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11312 def assist_query_params @assist_query_params end |
#audio_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AudioInput
Corresponds to the JSON property audioInput
11317 11318 11319 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11317 def audio_input @audio_input end |
#cx_current_page ⇒ String
Corresponds to the JSON property cxCurrentPage
11322 11323 11324 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11322 def cx_current_page @cx_current_page end |
#cx_parameters ⇒ Hash<String,Object>
Corresponds to the JSON property cxParameters
11327 11328 11329 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11327 def cx_parameters @cx_parameters end |
#event_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput
Corresponds to the JSON property eventInput
11332 11333 11334 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11332 def event_input @event_input end |
#intent_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentInput
Corresponds to the JSON property intentInput
11337 11338 11339 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11337 def intent_input @intent_input end |
#message_send_time ⇒ String
Corresponds to the JSON property messageSendTime
11342 11343 11344 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11342 def @message_send_time end |
#query_params ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1QueryParameters
Corresponds to the JSON property queryParams
11347 11348 11349 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11347 def query_params @query_params end |
#reply_audio_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig
Corresponds to the JSON property replyAudioConfig
11352 11353 11354 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11352 def reply_audio_config @reply_audio_config end |
#request_id ⇒ String
Corresponds to the JSON property requestId
11357 11358 11359 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11357 def request_id @request_id end |
#suggestion_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionInput
Corresponds to the JSON property suggestionInput
11362 11363 11364 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11362 def suggestion_input @suggestion_input end |
#text_input ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput
Corresponds to the JSON property textInput
11367 11368 11369 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11367 def text_input @text_input end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11374 11375 11376 11377 11378 11379 11380 11381 11382 11383 11384 11385 11386 11387 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11374 def update!(**args) @assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params) @audio_input = args[:audio_input] if args.key?(:audio_input) @cx_current_page = args[:cx_current_page] if args.key?(:cx_current_page) @cx_parameters = args[:cx_parameters] if args.key?(:cx_parameters) @event_input = args[:event_input] if args.key?(:event_input) @intent_input = args[:intent_input] if args.key?(:intent_input) @message_send_time = args[:message_send_time] if args.key?(:message_send_time) @query_params = args[:query_params] if args.key?(:query_params) @reply_audio_config = args[:reply_audio_config] if args.key?(:reply_audio_config) @request_id = args[:request_id] if args.key?(:request_id) @suggestion_input = args[:suggestion_input] if args.key?(:suggestion_input) @text_input = args[:text_input] if args.key?(:text_input) end |