Interface Webhook.ServiceDirectoryConfigOrBuilder (0.52.0)

public static interface Webhook.ServiceDirectoryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenericWebService()

public abstract Webhook.GenericWebService getGenericWebService()

Generic Service configuration of this webhook.

.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService generic_web_service = 2;

Returns
TypeDescription
Webhook.GenericWebService

The genericWebService.

getGenericWebServiceOrBuilder()

public abstract Webhook.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder()

Generic Service configuration of this webhook.

.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService generic_web_service = 2;

Returns
TypeDescription
Webhook.GenericWebServiceOrBuilder

getService()

public abstract String getService()

Required. The name of Service Directory service. Format: projects/<Project ID>/locations/<Location ID>/namespaces/<Namespace ID>/services/<Service ID>. Location ID of the service directory must be the same as the location of the agent.

string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

Required. The name of Service Directory service. Format: projects/<Project ID>/locations/<Location ID>/namespaces/<Namespace ID>/services/<Service ID>. Location ID of the service directory must be the same as the location of the agent.

string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for service.

hasGenericWebService()

public abstract boolean hasGenericWebService()

Generic Service configuration of this webhook.

.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService generic_web_service = 2;

Returns
TypeDescription
boolean

Whether the genericWebService field is set.