Chatbot (bot) テーブル/エンティティの参照

注意

テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。

Represents a Power Virtual Agents Chatbot. https://powerva.microsoft.com/

追加元 : Power Virtual Agents ソリューション

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Assign PATCH [org URI]/api/data/v9.0/bots(botid)
owneridのプロパティを更新する。
AssignRequest
Create POST [org URI]/api/data/v9.0/bots
作成を参照
CreateRequest または
Create
CreateMultiple CreateMultiple Action CreateMultipleRequest
Delete DELETE [org URI]/api/data/v9.0/bots(botid)
削除を参照
DeleteRequest または
Delete
GrantAccess GrantAccess Action GrantAccessRequest
IsValidStateTransition IsValidStateTransition Function IsValidStateTransitionRequest
ModifyAccess ModifyAccess Action ModifyAccessRequest
PvaAuthorize PvaAuthorize Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
PvaCreateBotComponents PvaCreateBotComponents Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
PvaCreateContentSnapshot PvaCreateContentSnapshot Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
PvaDeleteBot PvaDeleteBot Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
PvaGetDirectLineEndpoint PvaGetDirectLineEndpoint Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
PvaProvision PvaProvision Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
PvaPublish PvaPublish Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
PvaPublishStatus PvaPublishStatus Action CrmSvcUtil.exe によって生成されるタイプ、またはメッセージに必要なパラメータを設定して OrganizationRequest を使用。
Retrieve GET [org URI]/api/data/v9.0/bots(botid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/bots
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple
RetrievePrincipalAccess RetrievePrincipalAccess Function RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccess Function RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess RevokeAccess Action RevokeAccessRequest
SetState PATCH [org URI]/api/data/v9.0/bots(botid)
statecodestatuscode のプロパティを更新する。
SetStateRequest
Update PATCH [org URI]/api/data/v9.0/bots(botid)
更新を参照
UpdateRequest または
Update
UpdateMultiple UpdateMultiple Action UpdateMultipleRequest

プロパティ

プロパティ
CollectionSchemaName bots
DisplayCollectionName Chatbots
DisplayName Chatbot
EntitySetName bots
IsBPFEntity False
LogicalCollectionName bots
LogicalName bot
OwnershipType UserOwned
PrimaryIdAttribute botid
PrimaryNameAttribute name
SchemaName bot

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

accesscontrolpolicy

プロパティ
Description Defines which users may interact with the bot.
DisplayName Access Control Policy
IsValidForForm True
IsValidForRead True
LogicalName accesscontrolpolicy
RequiredLevel ApplicationRequired
Type Picklist

accesscontrolpolicy の選択肢/オプション

ラベル 内容
0 Any Any signed in user is allowed to interact with the bot.
1 Chatbot readers Authentication mode must be Integrated or Custom Azure Active Directory. User must have at least Read access to the Chatbot record.
2 Group membership Authentication mode must be Integrated or Custom Azure Active Directory. To interact with the bot, users must be member of one of the security groups configured in the Authorized Security Groups field OR have Read access to the Chatbot.

applicationmanifestinformation

プロパティ
Description Stores information with application manifest data such as Teams application information.
DisplayName Application Manifest Information
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName applicationmanifestinformation
MaxLength 1048576
RequiredLevel None
Type Memo

authenticationconfiguration

プロパティ
Description Stores information for the authentication configuration.
DisplayName Authentication Configuration Information
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName authenticationconfiguration
MaxLength 1048576
RequiredLevel None
Type Memo

authenticationmode

プロパティ
Description Defines how the bot should be authenticated to the user.
DisplayName Authentication Mode
IsValidForForm True
IsValidForRead True
LogicalName authenticationmode
RequiredLevel ApplicationRequired
Type Picklist

authenticationmode の選択肢/オプション

ラベル 内容
0 Unspecified Chatbot was created before the introduction of this field. The mode is either 'None' if no authentication was configured, or 'Generic OAuth2' if the bot had an authentication node.
1 None The chatbot does not require authentication.
2 Integrated Authentication uses integrated Azure AD configuration. Supports security group access control. The bot has access to the UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the end user. No additional configuration required.
3 Custom Azure Active Directory Provide a custom Azure AD application. Supports security group access control. The bot has access to the IsLoggedIn, AuthToken, UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the user. Skills can leverage the auth token
4 Generic OAuth2 A custom OAuth provider is configured. The chatbot will have access to the IsLoggedIn and AuthToken variables.

authenticationtrigger

プロパティ
Description Defines at which point authentication for the bot should be triggered. Security can be enforced at the bot entry point, removing the need for explicit authentication nodes in the dialog flow.
DisplayName Authentication trigger
IsValidForForm True
IsValidForRead True
LogicalName authenticationtrigger
RequiredLevel ApplicationRequired
Type Picklist

authenticationtrigger の選択肢/オプション

ラベル 内容
0 As Needed Sign in happens when the bot reaches an authentication node or when an action requires user authentication.
1 Always Sign-in happens when the conversation starts and any time a token expires.

authorizedsecuritygroupids

プロパティ
Description Contains a comma-delimited list of up to 20 Azure Active Directory Group IDs that are allowed to interact with the bot. This field is ignored if Access Control Policy is not set to Group membership.
DisplayName Authorized Security Groups
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName authorizedsecuritygroupids
MaxLength 739
RequiredLevel None
Type String

botId

プロパティ
Description Unique identifier of the Chatbot.
DisplayName Bot
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName botid
RequiredLevel SystemRequired
Type Uniqueidentifier

Configuration

プロパティ
Description Used to store content of bot configuration data.
DisplayName Configuration
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName configuration
MaxLength 1048576
RequiredLevel None
Type Memo

iconbase64

プロパティ
Description Used to visually identify your bot in channels and services. Represented in a base64 encoded string. Must be in PNG format, and no larger than 30K in size. This value can be changed at any time.
DisplayName Icon (Base64)
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName iconbase64
MaxLength 51200
RequiredLevel None
Type Memo

ImportSequenceNumber

追加元 : Basic Solution ソリューション

プロパティ
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName importsequencenumber
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

IsCustomizable

追加元 : Basic Solution ソリューション

プロパティ
Description For internal use only.
DisplayName Is Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

Language

プロパティ
Description The language identifier (LCID) of this Chatbot.
DisplayName Language
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName language
RequiredLevel ApplicationRequired
Type Picklist

Language の選択肢/オプション

ラベル 内容
1025 Arabic
1028 Chinese (Traditional)
1029 Czech
1030 Danish
1031 German
1032 Greek
1033 English
1034 Spanish
1035 Finnish
1036 French
1040 Italian
1041 Japanese
1042 Korean
1043 Dutch
1044 Norwegian
1045 Polish
1046 Portuguese (Brazilian)
1049 Russian
1053 Swedish
1054 Thai
1055 Turkish
1057 Indonesian
1081 Hindi
2052 Chinese (Simplified)
2057 English (United Kingdom)
3084 French (Canada)
21514 Spanish (United States)

name

プロパティ
Description The display name of the Chatbot.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 100
RequiredLevel None
Type String

OverriddenCreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time that the record was migrated.
DisplayName Record Created On
Format DateOnly
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime

OwnerId

追加元 : Active Solution ソリューション

プロパティ
Description Owner Id
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Targets systemuser,team
Type Owner

OwnerIdType

追加元 : Active Solution ソリューション

プロパティ
Description Owner Id Type
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

ProviderConnectionReferenceId

プロパティ
Description Unique identifier for Connection Reference associated with Chatbot.
DisplayName Provider connection reference
IsValidForForm True
IsValidForRead True
LogicalName providerconnectionreferenceid
RequiredLevel None
Targets connectionreference
Type Lookup

publishedby

プロパティ
Description Unique identifier of the user who last published the bot.
DisplayName Published By
IsValidForForm True
IsValidForRead True
LogicalName publishedby
RequiredLevel None
Targets systemuser
Type Lookup

publishedon

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the Chatbot was last published
DisplayName Published On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName publishedon
RequiredLevel None
Type DateTime

RuntimeProvider

プロパティ
Description
DisplayName Runtime provider
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName runtimeprovider
RequiredLevel ApplicationRequired
Type Picklist

RuntimeProvider の選択肢/オプション

ラベル 内容
0 Power Virtual Agents
1 Nuance Mix Shell

SchemaName

プロパティ
Description Unique name identifying the Chatbot.
DisplayName SchemaName
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName schemaname
MaxLength 100
RequiredLevel SystemRequired
Type String

statecode

プロパティ
Description Status of the Chatbot
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

statecode の選択肢/オプション

ラベル 既定の状態 不変名
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

プロパティ
Description Reason for the status of the Chatbot
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

statuscode の選択肢/オプション

ラベル 状態
1 Provisioned 0
2 Deprovisioned 1
3 Provisioning 1
4 ProvisionFailed 1
5 MissingLicense 1

SupportedLanguages

プロパティ
Description The list of supported languages by this bot
DisplayName Supported languages
IsValidForForm True
IsValidForRead True
LogicalName supportedlanguages
RequiredLevel None
Type MultiSelectPicklist

SupportedLanguages の選択肢/オプション

ラベル 内容
1025 Arabic
1028 Chinese (Traditional)
1029 Czech
1030 Danish
1031 German
1032 Greek
1033 English
1034 Spanish
1035 Finnish
1036 French
1040 Italian
1041 Japanese
1042 Korean
1043 Dutch
1044 Norwegian
1045 Polish
1046 Portuguese (Brazilian)
1049 Russian
1053 Swedish
1054 Thai
1055 Turkish
1057 Indonesian
1081 Hindi
2052 Chinese (Simplified)
2057 English (United Kingdom)
3084 French (Canada)
21514 Spanish (United States)

SynchronizationStatus

プロパティ
Description Used to store information about the synchronization operations of the bot
DisplayName SynchronizationStatus
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName synchronizationstatus
MaxLength 1048576
RequiredLevel None
Type Memo

Template

プロパティ
Description Used to identify the template and version used for the bot default content
DisplayName Template
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName template
MaxLength 100
RequiredLevel None
Type String

TimeZoneRuleVersionNumber

プロパティ
Description For internal use only.
DisplayName Time Zone Rule Version Number
Format None
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

UTCConversionTimeZoneCode

プロパティ
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
Format None
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

ComponentIdUnique

追加元 : Basic Solution ソリューション

プロパティ
Description For internal use only.
DisplayName Row id unique
IsValidForForm False
IsValidForRead True
LogicalName componentidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

ComponentState

追加元 : Basic Solution ソリューション

プロパティ
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

ComponentState の選択肢/オプション

ラベル 内容
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

CreatedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

IsManaged

追加元 : Basic Solution ソリューション

プロパティ
Description Indicates whether the solution component is part of a managed solution.
DisplayName Is Managed
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged の選択肢/オプション

ラベル 内容
1 Managed
0 Unmanaged

既定値 : 0

ModifiedBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the user who modified the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

ModifiedOn

プロパティ
DateTimeBehavior UserLocal
Description Date and time when the record was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier of the delegate user who modified the record.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OverwriteTime

追加元 : Basic Solution ソリューション

プロパティ
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

OwnerIdName

追加元 : Active Solution ソリューション

プロパティ
Description Name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwnerIdYomiName

追加元 : Active Solution ソリューション

プロパティ
Description Yomi name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier for the business unit that owns the record
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Targets businessunit
Type Lookup

OwningBusinessUnitName

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningTeam

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier for the team that owns the record.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Targets team
Type Lookup

OwningUser

追加元 : Active Solution ソリューション

プロパティ
Description Unique identifier for the user that owns the record.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Targets systemuser
Type Lookup

ProviderConnectionReferenceIdName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName providerconnectionreferenceidname
MaxLength 200
RequiredLevel None
Type String

publishedbyName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName publishedbyname
MaxLength 200
RequiredLevel None
Type String

publishedbyYomiName

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName publishedbyyominame
MaxLength 200
RequiredLevel None
Type String

SolutionId

追加元 : Basic Solution ソリューション

プロパティ
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

追加元 : Basic Solution ソリューション

プロパティ
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

VersionNumber

追加元 : Active Solution ソリューション

プロパティ
Description Version Number
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

一対多関連付け

SchemaName が一覧表示。

bot_SyncErrors

追加元 : System Solution ソリューション

syncerror テーブル/エンティティの多対一のリレーションシップ bot_SyncErrors と同じです。

プロパティ
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_SyncErrors
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_AsyncOperations

追加元 : System Solution ソリューション

asyncoperation テーブル/エンティティの多対一のリレーションシップ bot_AsyncOperations と同じです。

プロパティ
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_AsyncOperations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_MailboxTrackingFolders

追加元 : System Solution ソリューション

mailboxtrackingfolder テーブル/エンティティの多対一のリレーションシップ bot_MailboxTrackingFolders と同じです。

プロパティ
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_MailboxTrackingFolders
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_ProcessSession

追加元 : System Solution ソリューション

processsession テーブル/エンティティの多対一のリレーションシップ bot_ProcessSession と同じです。

プロパティ
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_ProcessSession
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_BulkDeleteFailures

追加元 : System Solution ソリューション

bulkdeletefailure テーブル/エンティティの多対一のリレーションシップ bot_BulkDeleteFailures と同じです。

プロパティ
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_BulkDeleteFailures
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_PrincipalObjectAttributeAccesses

追加元 : System Solution ソリューション

principalobjectattributeaccess テーブル/エンティティの多対一のリレーションシップ bot_PrincipalObjectAttributeAccesses と同じです。

プロパティ
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_PrincipalObjectAttributeAccesses
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

botcomponent_parent_bot

botcomponent テーブル/エンティティの多対一のリレーションシップ botcomponent_parent_bot と同じです。

プロパティ
ReferencingEntity botcomponent
ReferencingAttribute parentbotid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName botcomponent_parent_bot
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_conversationtranscript

conversationtranscript テーブル/エンティティの多対一のリレーションシップ bot_conversationtranscript と同じです。

プロパティ
ReferencingEntity conversationtranscript
ReferencingAttribute bot_conversationtranscriptid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName bot_conversationtranscript
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: Cascade
Delete: RemoveLink
Merge: NoCascade
Reparent: Cascade
Share: Cascade
Unshare: Cascade

多対一関連付け

各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。

lk_bot_createdby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_bot_createdby を参照してください。

lk_bot_createdonbehalfby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_bot_createdonbehalfby を参照してください。

lk_bot_modifiedby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_bot_modifiedby を参照してください。

lk_bot_modifiedonbehalfby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ lk_bot_modifiedonbehalfby を参照してください。

user_bot

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ user_bot を参照してください。

team_bot

追加元 : System Solution ソリューション

team テーブル/エンティティの一対多のリレーションシップ team_bot を参照してください。

business_unit_bot

追加元 : System Solution ソリューション

businessunit テーブル/エンティティの一対多のリレーションシップ business_unit_bot を参照してください。

bot_connectionreference

追加元 : Power Platform Connection References ソリューション

connectionreference テーブル/エンティティの一対多のリレーションシップ bot_connectionreference を参照してください。

systemuser_bot_publishedby

追加元 : System Solution ソリューション

systemuser テーブル/エンティティの一対多のリレーションシップ systemuser_bot_publishedby を参照してください。

多対多関連付け

bot テーブルが関連付けの最初のテーブルである場合に提供される関連付けの詳細。 SchemaName が一覧表示。

bot_botcomponent

IntersectEntityName: bot_botcomponent

テーブル 1

プロパティ
IntersectAttribute botid
IsCustomizable False
LogicalName bot
NavigationPropertyName bot_botcomponent
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

テーブル 2

プロパティ
LogicalName botcomponent
IntersectAttribute botcomponentid
NavigationPropertyName bot_botcomponent
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

bot_environmentvariabledefinition

IntersectEntityName: bot_environmentvariabledefinition

テーブル 1

プロパティ
IntersectAttribute botid
IsCustomizable False
LogicalName bot
NavigationPropertyName bot_environmentvariabledefinition
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

テーブル 2

プロパティ
LogicalName environmentvariabledefinition
IntersectAttribute environmentvariabledefinitionid
NavigationPropertyName bot_environmentvariabledefinition
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

bot_botcontentpack

IntersectEntityName: bot_botcontentpack

テーブル 1

プロパティ
IntersectAttribute botid
IsCustomizable False
LogicalName bot
NavigationPropertyName bot_botcontentpack
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

テーブル 2

プロパティ
LogicalName botcontentpack
IntersectAttribute botcontentpackid
NavigationPropertyName bot_botcontentpack
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

関連項目

Dataverse テーブル/エンティティ参照 Web API リファレンス bot EntityType