Uses of Class
com.google.cloud.dialogflow.cx.v3.IntentView
-
Packages that use IntentView Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of IntentView in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return IntentView Modifier and Type Method Description static IntentViewIntentView. forNumber(int value)IntentViewListIntentsRequest.Builder. getIntentView()The resource view to apply to the returned intent.IntentViewListIntentsRequest. getIntentView()The resource view to apply to the returned intent.IntentViewListIntentsRequestOrBuilder. getIntentView()The resource view to apply to the returned intent.static IntentViewIntentView. valueOf(int value)Deprecated.static IntentViewIntentView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static IntentViewIntentView. 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.v3 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.v3 with parameters of type IntentView Modifier and Type Method Description ListIntentsRequest.BuilderListIntentsRequest.Builder. setIntentView(IntentView value)The resource view to apply to the returned intent.
-