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