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.



492
493
494
495
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 492

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

#name::String

Returns Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/generativeSettings.

Returns:

  • (::String)

    Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/generativeSettings.



492
493
494
495
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 492

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