lib/google/cloud/dialogflow/cx/v3/sessions/client.rb in google-cloud-dialogflow-cx-v3-0.10.2 vs lib/google/cloud/dialogflow/cx/v3/sessions/client.rb in google-cloud-dialogflow-cx-v3-0.11.0

- old
+ new

@@ -28,12 +28,13 @@ module Sessions ## # Client for the Sessions service. # # A session represents an interaction with a user. You retrieve user input - # and pass it to the {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#detect_intent DetectIntent} method to determine - # user intent and respond. + # and pass it to the + # {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#detect_intent DetectIntent} method to + # determine user intent and respond. # class Client include Paths # @private @@ -470,12 +471,16 @@ rescue ::GRPC::BadStatus => e raise ::Google::Cloud::Error.from_error(e) end ## - # Fulfills a matched intent returned by {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#match_intent MatchIntent}. - # Must be called after {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#match_intent MatchIntent}, with input from - # {::Google::Cloud::Dialogflow::CX::V3::MatchIntentResponse MatchIntentResponse}. Otherwise, the behavior is undefined. + # Fulfills a matched intent returned by + # {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#match_intent MatchIntent}. Must be + # called after + # {::Google::Cloud::Dialogflow::CX::V3::Sessions::Client#match_intent MatchIntent}, with + # input from + # {::Google::Cloud::Dialogflow::CX::V3::MatchIntentResponse MatchIntentResponse}. + # Otherwise, the behavior is undefined. # # @overload fulfill_intent(request, options = nil) # Pass arguments to `fulfill_intent` via a request object, either of type # {::Google::Cloud::Dialogflow::CX::V3::FulfillIntentRequest} or an equivalent Hash. #