proto_docs/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-v2-0.26.1 vs proto_docs/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-v2-0.26.2

- old
+ new

@@ -170,15 +170,15 @@ end end # Represents the query input. It can contain either: # - # 1. An audio config which - # instructs the speech recognizer how to process the speech audio. + # 1. An audio config which instructs the speech recognizer how to process the + # speech audio. # - # 2. A conversational query in the form of text,. + # 2. A conversational query in the form of text. # - # 3. An event that specifies which intent to trigger. + # 3. An event that specifies which intent to trigger. # @!attribute [rw] audio_config # @return [::Google::Cloud::Dialogflow::V2::InputAudioConfig] # Instructs the speech recognizer how to process the speech audio. # @!attribute [rw] text # @return [::Google::Cloud::Dialogflow::V2::TextInput]