Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::Generator::Placeholder (v0.26.0)

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

Represents a custom placeholder in the prompt text.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — Unique ID used to map custom placeholder to parameters in fulfillment.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Unique ID used to map custom placeholder to parameters in fulfillment.
Returns
  • (::String) — Unique ID used to map custom placeholder to parameters in fulfillment.

#name

def name() -> ::String
Returns
  • (::String) — Custom placeholder value in the prompt text.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Custom placeholder value in the prompt text.
Returns
  • (::String) — Custom placeholder value in the prompt text.