Uses of Class
com.google.cloud.dialogflow.cx.v3.IntentName.Builder
-
Packages that use IntentName.Builder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of IntentName.Builder in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return IntentName.Builder Modifier and Type Method Description static IntentName.Builder
IntentName. newBuilder()
IntentName.Builder
IntentName.Builder. setAgent(String agent)
IntentName.Builder
IntentName.Builder. setIntent(String intent)
IntentName.Builder
IntentName.Builder. setLocation(String location)
IntentName.Builder
IntentName.Builder. setProject(String project)
IntentName.Builder
IntentName. toBuilder()
-