Class: Google::Cloud::Dialogflow::CX::V3::IntentInput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

Represents the intent to trigger programmatically rather than as a result of natural language processing.

Instance Attribute Summary collapse

Instance Attribute Details

#intent::String

Returns Required. The unique identifier of the intent. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>.

Returns:

  • (::String)

    Required. The unique identifier of the intent. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>.



1015
1016
1017
1018
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1015

class IntentInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end