Uses of Class
com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod
-
Packages that use Webhook.GenericWebService.HttpMethod Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Webhook.GenericWebService.HttpMethod in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Webhook.GenericWebService.HttpMethod Modifier and Type Method Description static Webhook.GenericWebService.HttpMethod
Webhook.GenericWebService.HttpMethod. forNumber(int value)
Webhook.GenericWebService.HttpMethod
Webhook.GenericWebService.Builder. getHttpMethod()
Optional.Webhook.GenericWebService.HttpMethod
Webhook.GenericWebService. getHttpMethod()
Optional.Webhook.GenericWebService.HttpMethod
Webhook.GenericWebServiceOrBuilder. getHttpMethod()
Optional.static Webhook.GenericWebService.HttpMethod
Webhook.GenericWebService.HttpMethod. valueOf(int value)
Deprecated.static Webhook.GenericWebService.HttpMethod
Webhook.GenericWebService.HttpMethod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Webhook.GenericWebService.HttpMethod
Webhook.GenericWebService.HttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static Webhook.GenericWebService.HttpMethod[]
Webhook.GenericWebService.HttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Webhook.GenericWebService.HttpMethod Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Webhook.GenericWebService.HttpMethod>
Webhook.GenericWebService.HttpMethod. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Webhook.GenericWebService.HttpMethod Modifier and Type Method Description Webhook.GenericWebService.Builder
Webhook.GenericWebService.Builder. setHttpMethod(Webhook.GenericWebService.HttpMethod value)
Optional.
-