lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-0.6.0 vs lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-0.7.0
- old
+ new
@@ -265,11 +265,11 @@
# 2. a conversational query in the form of text, or
#
# 3. an event that specifies which intent to trigger.
# @!attribute [rw] single_utterance
# @return [true, false]
- # DEPRECATED. Please use {Google::Cloud::Dialogflow::V2::InputAudioConfig#single_utterance InputAudioConfig#single_utterance} instead.
- # Optional. If `false` (default), recognition does not cease until
+ # Optional. Please use {Google::Cloud::Dialogflow::V2::InputAudioConfig#single_utterance InputAudioConfig#single_utterance} instead.
+ # If `false` (default), recognition does not cease until
# the client closes the stream. If `true`, the recognizer will detect a
# single spoken utterance in input audio. Recognition ceases when it detects
# the audio's voice has stopped or paused. In this case, once a detected
# intent is received, the client should close the stream and start a new
# request with a new stream as needed.
\ No newline at end of file