Class ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource
The "participants" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.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.LocationsResource.ConversationsResource.ParticipantsResource.SuggestionsResource Suggestions { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.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.LocationsResource.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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest |
Create(GoogleCloudDialogflowV2beta1Participant, string)
Creates a new participant in a conversation.
Declaration
public virtual ProjectsResource.LocationsResource.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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.CreateRequest |
Get(string)
Retrieves a conversation participant.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the participant. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.GetRequest |
List(string)
Returns the list of all participants in the specified conversation.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The conversation to list all participants from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.ListRequest |
Patch(GoogleCloudDialogflowV2beta1Participant, string)
Updates the specified participant.
Declaration
public virtual ProjectsResource.LocationsResource.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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.PatchRequest |