Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.SessionName
-
Packages that use SessionName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of SessionName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return SessionName Modifier and Type Method Description SessionName
SessionName.Builder. build()
SessionName
SessionName.ProjectLocationAgentEnvironmentSessionBuilder. build()
static SessionName
SessionName. of(String project, String location, String agent, String session)
static SessionName
SessionName. ofProjectLocationAgentEnvironmentSessionName(String project, String location, String agent, String environment, String session)
static SessionName
SessionName. ofProjectLocationAgentSessionName(String project, String location, String agent, String session)
static SessionName
SessionName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type SessionName Modifier and Type Method Description static List<SessionName>
SessionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type SessionName Modifier and Type Method Description SessionEntityType
SessionEntityTypesClient. createSessionEntityType(SessionName parent, SessionEntityType sessionEntityType)
Creates a session entity type.SessionEntityTypesClient.ListSessionEntityTypesPagedResponse
SessionEntityTypesClient. listSessionEntityTypes(SessionName parent)
Returns the list of all session entity types in the specified session.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type SessionName Modifier and Type Method Description static List<String>
SessionName. toStringList(List<SessionName> values)
-