Uses of Class
com.google.cloud.dialogflow.v2beta1.ParticipantsSettings
-
Packages that use ParticipantsSettings Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ParticipantsSettings in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ParticipantsSettings Modifier and Type Method Description ParticipantsSettings
ParticipantsSettings.Builder. build()
static ParticipantsSettings
ParticipantsSettings. create(ParticipantsStubSettings stub)
ParticipantsSettings
ParticipantsClient. getSettings()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ParticipantsSettings Modifier and Type Method Description static ParticipantsClient
ParticipantsClient. create(ParticipantsSettings settings)
Constructs an instance of ParticipantsClient, using the given settings.Constructors in com.google.cloud.dialogflow.v2beta1 with parameters of type ParticipantsSettings Constructor Description Builder(ParticipantsSettings settings)
ParticipantsClient(ParticipantsSettings settings)
Constructs an instance of ParticipantsClient, using the given settings.
-