Ejemplo n.º 1
0
 /// <summary>Snippet for ValidateFlow</summary>
 public void ValidateFlowRequestObject()
 {
     // Snippet: ValidateFlow(ValidateFlowRequest, CallSettings)
     // Create client
     FlowsClient flowsClient = FlowsClient.Create();
     // Initialize request argument(s)
     ValidateFlowRequest request = new ValidateFlowRequest
     {
         FlowName     = FlowName.FromProjectLocationAgentFlow("[PROJECT]", "[LOCATION]", "[AGENT]", "[FLOW]"),
         LanguageCode = "",
     };
     // Make the request
     FlowValidationResult response = flowsClient.ValidateFlow(request);
     // End snippet
 }