Show / Hide Table of Contents

Class ProjectsResource.ConversationsResource.MessagesResource

The "messages" collection of methods.

Inheritance
object
ProjectsResource.ConversationsResource.MessagesResource
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.MessagesResource

Constructors

MessagesResource(IClientService)

Constructs a new resource.

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

Methods

BatchCreate(GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest, string)

Declaration
public virtual ProjectsResource.ConversationsResource.MessagesResource.BatchCreateRequest BatchCreate(GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.ConversationsResource.MessagesResource.BatchCreateRequest

List(string)

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

null

Returns
Type Description
ProjectsResource.ConversationsResource.MessagesResource.ListRequest
In this article
Back to top Generated by DocFX