Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.AgentGenerativeSettingsName
-
Packages that use AgentGenerativeSettingsName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of AgentGenerativeSettingsName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return AgentGenerativeSettingsName Modifier and Type Method Description AgentGenerativeSettingsName
AgentGenerativeSettingsName.Builder. build()
static AgentGenerativeSettingsName
AgentGenerativeSettingsName. of(String project, String location, String agent)
static AgentGenerativeSettingsName
AgentGenerativeSettingsName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type AgentGenerativeSettingsName Modifier and Type Method Description static List<AgentGenerativeSettingsName>
AgentGenerativeSettingsName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type AgentGenerativeSettingsName Modifier and Type Method Description GenerativeSettings
AgentsClient. getGenerativeSettings(AgentGenerativeSettingsName name, String languageCode)
Gets the generative settings for the agent.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type AgentGenerativeSettingsName Modifier and Type Method Description static List<String>
AgentGenerativeSettingsName. toStringList(List<AgentGenerativeSettingsName> values)
-