Uses of Interface
com.google.cloud.dialogflow.v2.ParticipantOrBuilder
-
Packages that use ParticipantOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ParticipantOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement ParticipantOrBuilder Modifier and Type Class Description classParticipantRepresents a conversation participant (human agent, virtual agent, end-user).static classParticipant.BuilderRepresents a conversation participant (human agent, virtual agent, end-user).Methods in com.google.cloud.dialogflow.v2 that return ParticipantOrBuilder Modifier and Type Method Description ParticipantOrBuilderCreateParticipantRequest.Builder. getParticipantOrBuilder()Required.ParticipantOrBuilderCreateParticipantRequest. getParticipantOrBuilder()Required.ParticipantOrBuilderCreateParticipantRequestOrBuilder. getParticipantOrBuilder()Required.ParticipantOrBuilderUpdateParticipantRequest.Builder. getParticipantOrBuilder()Required.ParticipantOrBuilderUpdateParticipantRequest. getParticipantOrBuilder()Required.ParticipantOrBuilderUpdateParticipantRequestOrBuilder. getParticipantOrBuilder()Required.ParticipantOrBuilderListParticipantsResponse.Builder. getParticipantsOrBuilder(int index)The list of participants.ParticipantOrBuilderListParticipantsResponse. getParticipantsOrBuilder(int index)The list of participants.ParticipantOrBuilderListParticipantsResponseOrBuilder. getParticipantsOrBuilder(int index)The list of participants.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ParticipantOrBuilder Modifier and Type Method Description List<? extends ParticipantOrBuilder>ListParticipantsResponse.Builder. getParticipantsOrBuilderList()The list of participants.List<? extends ParticipantOrBuilder>ListParticipantsResponse. getParticipantsOrBuilderList()The list of participants.List<? extends ParticipantOrBuilder>ListParticipantsResponseOrBuilder. getParticipantsOrBuilderList()The list of participants.
-