Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GetValidationResultRequest.
The request message for Agents.GetValidationResult.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#language_code
def language_code() -> ::String
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.
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::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.
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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project that the agent is associated with.
Format:
projects/<Project ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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>
.