Class: Google::Cloud::Dialogflow::V2::Generator
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Generator
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#inference_parameter ⇒ ::Google::Cloud::Dialogflow::V2::InferenceParameter
Optional.
-
#name ⇒ ::String
readonly
Output only.
-
#summarization_context ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationContext
Input of prebuilt Summarization feature.
-
#trigger_event ⇒ ::Google::Cloud::Dialogflow::V2::TriggerEvent
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Creation time of this 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 |
#description ⇒ ::String
Returns 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.
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>
.
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.
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.
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.
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 |