Search in sources :

Example 1 with GetPageRequest

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

the class ITSystemTest method getPageTest.

@Test
public void getPageTest() {
    GetPageRequest request = GetPageRequest.newBuilder().setName(pageName).build();
    Page page = pagesClient.getPage(request);
    assertPageDetails(page);
}
Also used : Page(com.google.cloud.dialogflow.cx.v3beta1.Page) GetPageRequest(com.google.cloud.dialogflow.cx.v3beta1.GetPageRequest) Test(org.junit.Test)

Aggregations

GetPageRequest (com.google.cloud.dialogflow.cx.v3beta1.GetPageRequest)1 Page (com.google.cloud.dialogflow.cx.v3beta1.Page)1 Test (org.junit.Test)1