Class: Google::Cloud::Dialogflow::CX::V3::GetGenerativeSettingsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#language_code::String

Returns Required. Language code of the generative settings.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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