Uses of Class
com.google.cloud.dialogflow.v2.SessionName
-
Packages that use SessionName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SessionName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SessionName Modifier and Type Method Description SessionName
SessionName.Builder. build()
SessionName
SessionName.ProjectEnvironmentUserSessionBuilder. build()
SessionName
SessionName.ProjectLocationEnvironmentUserSessionBuilder. build()
SessionName
SessionName.ProjectLocationSessionBuilder. build()
static SessionName
SessionName. of(String project, String session)
static SessionName
SessionName. ofProjectEnvironmentUserSessionName(String project, String environment, String user, String session)
static SessionName
SessionName. ofProjectLocationEnvironmentUserSessionName(String project, String location, String environment, String user, String session)
static SessionName
SessionName. ofProjectLocationSessionName(String project, String location, String session)
static SessionName
SessionName. ofProjectSessionName(String project, String session)
static SessionName
SessionName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type SessionName Modifier and Type Method Description Context
ContextsClient. createContext(SessionName parent, Context context)
Creates a context.SessionEntityType
SessionEntityTypesClient. createSessionEntityType(SessionName parent, SessionEntityType sessionEntityType)
Creates a session entity type.void
ContextsClient. deleteAllContexts(SessionName parent)
Deletes all active contexts in the specified session.DetectIntentResponse
SessionsClient. detectIntent(SessionName session, QueryInput queryInput)
Processes a natural language query and returns structured, actionable data as a result.ContextsClient.ListContextsPagedResponse
ContextsClient. listContexts(SessionName parent)
Returns the list of all contexts in the specified session.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.v2 with type arguments of type SessionName Modifier and Type Method Description static List<String>
SessionName. toStringList(List<SessionName> values)
-