lib/google/cloud/dialogflow/v2/sessions/client.rb in google-cloud-dialogflow-v2-0.26.0 vs lib/google/cloud/dialogflow/v2/sessions/client.rb in google-cloud-dialogflow-v2-0.26.1

- old
+ new

@@ -226,15 +226,15 @@ # @param query_params [::Google::Cloud::Dialogflow::V2::QueryParameters, ::Hash] # The parameters of this query. # @param query_input [::Google::Cloud::Dialogflow::V2::QueryInput, ::Hash] # Required. The input specification. It can be set to: # - # 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, or + # 2. a conversational query in the form of text, or # - # 3. an event that specifies which intent to trigger. + # 3. an event that specifies which intent to trigger. # @param output_audio_config [::Google::Cloud::Dialogflow::V2::OutputAudioConfig, ::Hash] # Instructs the speech synthesizer how to generate the output # audio. If this field is not set and agent-level speech synthesizer is not # configured, no output audio is generated. # @param output_audio_config_mask [::Google::Protobuf::FieldMask, ::Hash]