Class: Google::Cloud::Dialogflow::V2::QueryInput

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb

Overview

Represents the query input. It can contain either:

  1. An audio config which instructs the speech recognizer how to process the speech audio.

  2. A conversational query in the form of text,.

  3. An event that specifies which intent to trigger.

Instance Attribute Summary collapse

Instance Attribute Details

#audio_configGoogle::Cloud::Dialogflow::V2::InputAudioConfig

Returns Instructs the speech recognizer how to process the speech audio.

Returns:



108
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 108

class QueryInput; end

#eventGoogle::Cloud::Dialogflow::V2::EventInput

Returns The event to be processed.

Returns:



108
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 108

class QueryInput; end

#textGoogle::Cloud::Dialogflow::V2::TextInput

Returns The natural language text to be processed.

Returns:



108
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 108

class QueryInput; end