Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ResponseMessage::Text (v0.7.1)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ResponseMessage::Text.

The text response message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_playback_interruption

def allow_playback_interruption() -> ::Boolean
Returns
  • (::Boolean) — Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.

#text

def text() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. A collection of text responses.

#text=

def text=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. A collection of text responses.
Returns
  • (::Array<::String>) — Required. A collection of text responses.