Search in sources :

Example 1 with GetEntityTypeRequest

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

the class ITSystemTest method getEntityTypeTest.

@Test
public void getEntityTypeTest() {
    GetEntityTypeRequest request = GetEntityTypeRequest.newBuilder().setName(entityTypesName).build();
    EntityType entityType = entityTypesClient.getEntityType(request);
    assertEntityTypesDetails(entityType);
}
Also used : EntityType(com.google.cloud.dialogflow.cx.v3beta1.EntityType) GetEntityTypeRequest(com.google.cloud.dialogflow.cx.v3beta1.GetEntityTypeRequest) Test(org.junit.Test)

Aggregations

EntityType (com.google.cloud.dialogflow.cx.v3beta1.EntityType)1 GetEntityTypeRequest (com.google.cloud.dialogflow.cx.v3beta1.GetEntityTypeRequest)1 Test (org.junit.Test)1