Class: Google::Cloud::Dialogflow::V2::GetAgentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/agent.rb

Overview

The request message for Agents.GetAgent.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The project that the agent to fetch is associated with. Format: projects/<Project ID>.

Returns:

  • (::String)

    Required. The project that the agent to fetch is associated with. Format: projects/<Project ID>.



148
149
150
151
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 148

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