Class: Google::Cloud::Dialogflow::CX::V3::Generator::Placeholder

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

Overview

Represents a custom placeholder in the prompt text.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns Unique ID used to map custom placeholder to parameters in fulfillment.

Returns:

  • (::String)

    Unique ID used to map custom placeholder to parameters in fulfillment.



63
64
65
66
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 63

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

#name::String

Returns Custom placeholder value in the prompt text.

Returns:

  • (::String)

    Custom placeholder value in the prompt text.



63
64
65
66
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 63

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