Class: Google::Cloud::Dialogflow::CX::V3::GetGenerativeSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetGenerativeSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
Overview
Request for GetGenerativeSettings RPC.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns Required. Language code of the generative settings.
516 517 518 519 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 516 class GetGenerativeSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generativeSettings
.
516 517 518 519 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 516 class GetGenerativeSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |