Generator(mapping=None, *, ignore_unknown_fields=False, **kwargs)
LLM generator.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. Identifier. The resource name of the generator. Format: projects/
|
description |
str
Optional. Human readable description of the generator. |
summarization_context |
google.cloud.dialogflow_v2.types.SummarizationContext
Input of prebuilt Summarization feature. This field is a member of oneof _ context .
|
inference_parameter |
google.cloud.dialogflow_v2.types.InferenceParameter
Optional. Inference parameters for this generator. |
trigger_event |
google.cloud.dialogflow_v2.types.TriggerEvent
Optional. The trigger event of the generator. It defines when the generator is triggered in a conversation. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of this generator. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Update time of this generator. |