Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.IntentView
-
Packages that use IntentView Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of IntentView in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return IntentView Modifier and Type Method Description static IntentView
IntentView. forNumber(int value)
IntentView
ListIntentsRequest.Builder. getIntentView()
The resource view to apply to the returned intent.IntentView
ListIntentsRequest. getIntentView()
The resource view to apply to the returned intent.IntentView
ListIntentsRequestOrBuilder. getIntentView()
The resource view to apply to the returned intent.static IntentView
IntentView. valueOf(int value)
Deprecated.static IntentView
IntentView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IntentView
IntentView. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntentView[]
IntentView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type IntentView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IntentView>
IntentView. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type IntentView Modifier and Type Method Description ListIntentsRequest.Builder
ListIntentsRequest.Builder. setIntentView(IntentView value)
The resource view to apply to the returned intent.
-