Google Cloud Data Loss Prevention v2 API - Class Conversation (4.25.0)

public sealed class Conversation : IMessage<Conversation>, IEquatable<Conversation>, IDeepCloneable<Conversation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Conversation.

Complete conversation or slice of a conversation. It is assumed that all included messages are contiguous and ordered in chronological order.

Inheritance

object > Conversation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Conversation()

public Conversation()

Conversation(Conversation)

public Conversation(Conversation other)
Parameter
Name Description
other Conversation

Properties

Messages

public RepeatedField<ConversationMessage> Messages { get; }

Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.

Property Value
Type Description
RepeatedFieldConversationMessage