Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::GetAgentValidationResultRequest.
The request message for Agents.GetAgentValidationResult.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#language_code
def language_code() -> ::String
Returns
- (::String) — If not specified, the agent's default language is used.
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::String) — If not specified, the agent's default language is used.
Returns
- (::String) — If not specified, the agent's default language is used.
#name
def name() -> ::String
Returns
-
(::String) — Required. The agent name.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The agent name.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult
.
Returns
-
(::String) — Required. The agent name.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult
.