proto_docs/google/cloud/dialogflow/cx/v3/session.rb in google-cloud-dialogflow-cx-v3-0.19.0 vs proto_docs/google/cloud/dialogflow/cx/v3/session.rb in google-cloud-dialogflow-cx-v3-0.20.0

- old
+ new

@@ -527,18 +527,18 @@ end end # Represents the query input. It can contain one of: # - # 1. A conversational query in the form of text. + # 1. A conversational query in the form of text. # - # 2. An intent query that specifies which intent to trigger. + # 2. An intent query that specifies which intent to trigger. # - # 3. Natural language speech audio to be processed. + # 3. Natural language speech audio to be processed. # - # 4. An event to be triggered. + # 4. An event to be triggered. # - # 5. DTMF digits to invoke an intent and fill in parameter value. + # 5. DTMF digits to invoke an intent and fill in parameter value. # @!attribute [rw] text # @return [::Google::Cloud::Dialogflow::CX::V3::TextInput] # The natural language text to be processed. # @!attribute [rw] intent # @return [::Google::Cloud::Dialogflow::CX::V3::IntentInput]