Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of LocationName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return LocationName Modifier and Type Method Description LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>
LocationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type LocationName Modifier and Type Method Description Agent
AgentsClient. createAgent(LocationName parent, Agent agent)
Creates an agent in the specified location.SecuritySettings
SecuritySettingsServiceClient. createSecuritySettings(LocationName parent, SecuritySettings securitySettings)
Create security settings in the specified location.AgentsClient.ListAgentsPagedResponse
AgentsClient. listAgents(LocationName parent)
Returns the list of all agents in the specified location.SecuritySettingsServiceClient.ListSecuritySettingsPagedResponse
SecuritySettingsServiceClient. listSecuritySettings(LocationName parent)
Returns the list of all security settings in the specified location.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type LocationName Modifier and Type Method Description static List<String>
LocationName. toStringList(List<LocationName> values)
-