Search in sources :

Example 1 with GetFlowRequest

use of com.google.cloud.dialogflow.cx.v3beta1.GetFlowRequest in project java-dialogflow-cx by googleapis.

the class ITSystemTest method getFlowTest.

@Test
public void getFlowTest() {
    GetFlowRequest request = GetFlowRequest.newBuilder().setName(flowName).build();
    Flow flow = flowsClient.getFlow(request);
    assertFlowDetails(flow);
}
Also used : GetFlowRequest(com.google.cloud.dialogflow.cx.v3beta1.GetFlowRequest) Flow(com.google.cloud.dialogflow.cx.v3beta1.Flow) Test(org.junit.Test)

Aggregations

Flow (com.google.cloud.dialogflow.cx.v3beta1.Flow)1 GetFlowRequest (com.google.cloud.dialogflow.cx.v3beta1.GetFlowRequest)1 Test (org.junit.Test)1