Class: Google::Cloud::Dialogflow::V2::GetValidationResultRequest

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.GetValidationResult.

Instance Attribute Summary collapse

Instance Attribute Details

#language_code::String

Returns Optional. The language for which you want a validation result. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Returns:

  • (::String)

    Optional. The language for which you want a validation result. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.



319
320
321
322
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 319

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

#parent::String

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

Returns:

  • (::String)

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



319
320
321
322
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 319

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