get Participant
Retrieves a conversation participant.
Return
null
Parameters
argument
null
suspend fun getParticipant(conversationId: String, location: String, participantId: String, project: String? = null): GetParticipantResult
Return
null
See also
Parameters
conversation Id
location
participant Id
project
suspend fun getParticipant(argument: suspend GetParticipantPlainArgsBuilder.() -> Unit): GetParticipantResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.dialogflow.v2.kotlin.inputs.GetParticipantPlainArgs.