Show / Hide Table of Contents

Class ProjectsResource.ConversationsResource.ParticipantsResource

The "participants" collection of methods.

Inheritance
object
ProjectsResource.ConversationsResource.ParticipantsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.ConversationsResource.ParticipantsResource

Constructors

ParticipantsResource(IClientService)

Constructs a new resource.

Declaration
public ParticipantsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Suggestions

Gets the Suggestions resource.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource Suggestions { get; }
Property Value
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource

Methods

AnalyzeContent(GoogleCloudDialogflowV2beta1AnalyzeContentRequest, string)

Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation. Note: Always use agent versions for production traffic sent to virtual agents. See Versions and environments.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest AnalyzeContent(GoogleCloudDialogflowV2beta1AnalyzeContentRequest body, string participant)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1AnalyzeContentRequest body

The body of the request.

string participant

Required. The name of the participant this text comes from. Format: projects//locations//conversations//participants/.

Returns
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest

Create(GoogleCloudDialogflowV2beta1Participant, string)

Creates a new participant in a conversation.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.CreateRequest Create(GoogleCloudDialogflowV2beta1Participant body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1Participant body

The body of the request.

string parent

Required. Resource identifier of the conversation adding the participant. Format: projects//locations//conversations/.

Returns
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.CreateRequest

Get(string)

Retrieves a conversation participant.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the participant. Format: projects//locations//conversations//participants/.

Returns
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.GetRequest

List(string)

Returns the list of all participants in the specified conversation.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The conversation to list all participants from. Format: projects//locations//conversations/.

Returns
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.ListRequest

Patch(GoogleCloudDialogflowV2beta1Participant, string)

Updates the specified participant.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.PatchRequest Patch(GoogleCloudDialogflowV2beta1Participant body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1Participant body

The body of the request.

string name

Optional. The unique identifier of this participant. Format: projects//locations//conversations//participants/.

Returns
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.PatchRequest
In this article
Back to top Generated by DocFX