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_codeString

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.



280
281
282
283
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 280

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

#parentString

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



280
281
282
283
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 280

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