Class: Google::Cloud::Dialogflow::CX::V3::Intent::TrainingPhrase::Part

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

Overview

Represents a part of a training phrase.

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_id::String

Returns The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.

Returns:

  • (::String)

    The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.



132
133
134
135
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 132

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

#text::String

Returns Required. The text for this part.

Returns:

  • (::String)

    Required. The text for this part.



132
133
134
135
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 132

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