Class: Google::Cloud::Dialogflow::V2::Generator

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

Overview

LLM generator.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation time of this generator.

Returns:



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 330

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

#description::String

Returns Optional. Human readable description of the generator.

Returns:

  • (::String)

    Optional. Human readable description of the generator.



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 330

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

#inference_parameter::Google::Cloud::Dialogflow::V2::InferenceParameter

Returns Optional. Inference parameters for this generator.

Returns:



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 330

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

#name::String (readonly)

Returns Output only. Identifier. The resource name of the generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>.

Returns:

  • (::String)

    Output only. Identifier. The resource name of the generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 330

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

#summarization_context::Google::Cloud::Dialogflow::V2::SummarizationContext

Returns Input of prebuilt Summarization feature.

Returns:



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 330

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

#trigger_event::Google::Cloud::Dialogflow::V2::TriggerEvent

Returns Optional. The trigger event of the generator. It defines when the generator is triggered in a conversation.

Returns:



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 330

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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Update time of this generator.

Returns:



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 330

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